projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cef8d15
)
(grep): Doc fix.
author
Luc Teirlinck
<teirllm@auburn.edu>
Wed, 14 Jul 2004 22:25:09 +0000
(22:25 +0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Wed, 14 Jul 2004 22:25:09 +0000
(22:25 +0000)
lisp/progmodes/grep.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/grep.el
b/lisp/progmodes/grep.el
index a871380d06f5c1dc0ff86902d6c52bc2d2127c4f..5b678f26171b6eea53e107b590b99664b8906129 100644
(file)
--- a/
lisp/progmodes/grep.el
+++ b/
lisp/progmodes/grep.el
@@
-414,7
+414,7
@@
Set up `compilation-exit-message-function' and run `grep-setup-hook'."
(defun grep (command-args &optional highlight-regexp)
"Run grep, with user-specified args, and collect output in a buffer.
While grep runs asynchronously, you can use \\[next-error] (M-x next-error),
-or \\<grep-m
inor-m
ode-map>\\[compile-goto-error] in the grep \
+or \\<grep-mode-map>\\[compile-goto-error] in the grep \
output buffer, to go to the lines
where grep found matches.